[INFO] fetching crate egui_commonmark_backend_extended 0.25.0...
[INFO] checking egui_commonmark_backend_extended-0.25.0 against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] extracting crate egui_commonmark_backend_extended 0.25.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate egui_commonmark_backend_extended 0.25.0
[INFO] finished tweaking crates.io crate egui_commonmark_backend_extended 0.25.0
[INFO] tweaked toml for crates.io crate egui_commonmark_backend_extended 0.25.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate egui_commonmark_backend_extended 0.25.0 on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate egui_commonmark_backend_extended 0.25.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d
[INFO] running `Command { std: "docker" "start" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking egui_extras v0.33.3
[INFO] [stderr]     Checking egui_commonmark_backend_extended v0.25.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/elements.rs:85:27
[INFO] [stdout]    |
[INFO] [stdout] 85 |         egui::Stroke::new(0.6, ui.visuals().strong_text_color()),
[INFO] [stdout]    |                           ^^^ help: explicitly specify the type as `f32`: `0.6_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/elements.rs:301:31
[INFO] [stdout]     |
[INFO] [stdout] 301 |             egui::Stroke::new(3.0, accent),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/misc.rs:420:58
[INFO] [stdout]     |
[INFO] [stdout] 420 |             section.format.underline = egui::Stroke::new(1.0, link_color);
[INFO] [stdout]     |                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/elements.rs:85:27
[INFO] [stdout]    |
[INFO] [stdout] 85 |         egui::Stroke::new(0.6, ui.visuals().strong_text_color()),
[INFO] [stdout]    |                           ^^^ help: explicitly specify the type as `f32`: `0.6_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_width`
[INFO] [stdout]    --> src/elements.rs:142:79
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub fn code_block(ui: &mut Ui, text: &str, layout_job: egui::text::LayoutJob, max_width: f32, id: egui::Id) {
[INFO] [stdout]     |                                                                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_width`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/elements.rs:301:31
[INFO] [stdout]     |
[INFO] [stdout] 301 |             egui::Stroke::new(3.0, accent),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/misc.rs:420:58
[INFO] [stdout]     |
[INFO] [stdout] 420 |             section.format.underline = egui::Stroke::new(1.0, link_color);
[INFO] [stdout]     |                                                          ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `max_width`
[INFO] [stdout]    --> src/elements.rs:142:79
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub fn code_block(ui: &mut Ui, text: &str, layout_job: egui::text::LayoutJob, max_width: f32, id: egui::Id) {
[INFO] [stdout]     |                                                                               ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_width`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
[INFO] running `Command { std: "docker" "inspect" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d", kill_on_drop: false }`
[INFO] [stdout] 034cc50ba08c4e49332c41678150030f8bf8b88e083ca3227d89607a9d7b246d
